home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 47 / CD-ROM 47 / CD-ROM 47.iso / aplicat / minibase / _setup.1 / MiniBase.exe / 0 / RCDATA / TBLOBFORM / TBLOBFORM.txt
Encoding:
Text File  |  1999-03-12  |  2.3 KB  |  115 lines

  1. object BlobForm: TBlobForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Field Viewer'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel2: TPanel
  18.     Left = 0
  19.     Top = 307
  20.     Width = 536
  21.     Height = 41
  22.     Align = alBottom
  23.     TabOrder = 0
  24.     object BitBtn1: TBitBtn
  25.       Left = 440
  26.       Top = 8
  27.       Width = 75
  28.       Height = 25
  29.       Caption = 'Close'
  30.       TabOrder = 0
  31.       Kind = bkOK
  32.     end
  33.     object BitBtn2: TBitBtn
  34.       Left = 352
  35.       Top = 8
  36.       Width = 75
  37.       Height = 25
  38.       TabOrder = 1
  39.       OnClick = BitBtn2Click
  40.       Kind = bkCancel
  41.     end
  42.     object SaveBtn: TBitBtn
  43.       Left = 248
  44.       Top = 8
  45.       Width = 75
  46.       Height = 25
  47.       Caption = 'Save'
  48.       TabOrder = 2
  49.       OnClick = SaveBtnClick
  50.     end
  51.     object CopyBtn: TBitBtn
  52.       Left = 8
  53.       Top = 8
  54.       Width = 105
  55.       Height = 25
  56.       Caption = 'Copy to clipboard'
  57.       TabOrder = 3
  58.       OnClick = CopyBtnClick
  59.     end
  60.     object PasteBtn: TBitBtn
  61.       Left = 112
  62.       Top = 8
  63.       Width = 113
  64.       Height = 25
  65.       Caption = 'Paste from clipboard'
  66.       TabOrder = 4
  67.       OnClick = PasteBtnClick
  68.     end
  69.   end
  70.   object PageControl1: TPageControl
  71.     Left = 0
  72.     Top = 0
  73.     Width = 536
  74.     Height = 307
  75.     ActivePage = MemoSheet
  76.     Align = alClient
  77.     TabOrder = 1
  78.     object ImageSheet: TTabSheet
  79.       Caption = 'ImageSheet'
  80.       TabVisible = False
  81.       object ScrollBox1: TScrollBox
  82.         Left = 0
  83.         Top = 0
  84.         Width = 528
  85.         Height = 297
  86.         Align = alClient
  87.         TabOrder = 0
  88.         object DBImage1: TDBImage
  89.           Left = 0
  90.           Top = 0
  91.           Width = 524
  92.           Height = 293
  93.           Align = alClient
  94.           TabOrder = 0
  95.           OnClick = DBRichEdit1Change
  96.         end
  97.       end
  98.     end
  99.     object MemoSheet: TTabSheet
  100.       Caption = 'MemoSheet'
  101.       TabVisible = False
  102.       object DBRichEdit1: TDBRichEdit
  103.         Left = 0
  104.         Top = 0
  105.         Width = 528
  106.         Height = 297
  107.         Align = alClient
  108.         ScrollBars = ssBoth
  109.         TabOrder = 0
  110.         OnChange = DBRichEdit1Change
  111.       end
  112.     end
  113.   end
  114. end
  115.